From: Richard Stallman Date: Tue, 16 Aug 2011 02:06:32 +0000 (-0400) Subject: Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2582 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0c9906129f8004248db484ce806a38e21905957c;p=emacs.git Fix previous change. --- diff --git a/lisp/epa.el b/lisp/epa.el index a3ec2095443..8ab9e6006e6 100644 --- a/lisp/epa.el +++ b/lisp/epa.el @@ -848,7 +848,7 @@ For example: (delete-region start end) (goto-char start) (insert plain)) - (if copy-function + (if make-buffer-function (with-current-buffer (funcall make-buffer-function) (let ((inhibit-read-only t)) (insert plain)))